curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"transaction_id": 16
}'
{}
See the documentation for more information.
Response from charger
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"transaction_id": 16
}'
{}